home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Tele / D-F / Fakebot 1.41.cpt / About Fakebot… next >
Encoding:
Text File  |  1991-01-01  |  6.6 KB  |  155 lines  |  [TEXT/QED1]

  1.                          About Fakebot…
  2.  
  3. Fakebot is a replacement for the Tabby Robot which you can use with Tabby to
  4. Crashmail one or more nodes with a minimum amount of fuss. You can configure
  5. it with to remember as many as six node number(s) you want to crash, in
  6. contrast to Tabby Robot, which requires keyboard entry for every crash
  7. session. Fakebot lets you turn nodes on and off for crashing and keeps a
  8. directory of frequently called node addresses. And, unlike Tabby Robot,
  9. Fakebot can be launched as an external command from your BBS to do its work.
  10.  
  11. Put Fakebot at the same level as TabbyNet and run it while holding down the
  12. mouse key. You will be presented with a dialog box which allows you to
  13. configure the program.
  14.  
  15. Enter the nodes you want to crash in the six text fields. Empty boxes are
  16. ignored by Fakebot.
  17.  
  18. The Auto checkbox tells Fakebot whether or not to run automatically. This
  19. should be enabled if you use Fakebot in a Tabby event or as a Command 50. If
  20. you plan always to use Fakebot as a stand-alone utility, disable the Auto
  21. checkbox and Fakebot will await your bidding whenever you launch it.
  22.  
  23. Each node field has a check box. Enable it to crash a node. Turn it off to
  24. ignore that node. This feature allows you to keep your six most common calls
  25. always at the ready, easily selectable.
  26.  
  27. The Redial field tells TabbyNet how many minutes to keep trying to complete
  28. its calls.
  29.  
  30. The Next application to launch field contains the name of the application to
  31. launch when Fakebot is done. Normally this will be Gliders, which will
  32. generate a fake launch.next file of Tabby-style events. Notice the Find button
  33. on top of this field? Click it to select the Next Launch application from a
  34. standard file dialog. To set Gliders up correctly, use the same sequence of
  35. events as Tabby Robot.
  36.  
  37. The Fakebot configure dialog has four main buttons: Go, Set, Transfer and
  38. Cancel. Go keeps the current settings and runs Fakebot when you are through
  39. configuring it. Transfer keeps the current settings but lets you launch
  40. another application. Set keeps the current settings but exits to the Finder.
  41. Cancel leaves the settings as they were before you launched Fakebot. Cancel
  42. ignores changes made to the settings; all other buttons keep them.
  43.  
  44. The Address List is where you can a list of nodes you frequently want to
  45. crash. If you want to add a node in this list to one of the six text fields,
  46. click in the Text field then double click the entry. Voila! Its node address
  47. appears in the selected text field. Any text previously in that field is
  48. replaced.
  49.  
  50. To the left of the Address list are three buttons. The + button lets you add
  51. an entry after the currently selected address (if no address is selected, it’s
  52. added as the first item). The - button deletes the currently selected entry
  53. (be careful!). The ~ button lets you edit the currently selected entry.
  54. Because the - button removes information, you are warned before the first
  55. deletion. If you tell Fakebot to delete the item, you won’t be warned on
  56. subsequent uses of the - button.
  57.  
  58. (For the technical minded: Addresses are stored in STR# 5000, which is resized
  59. by Fakebot dynamically. Capacity of the address book is limited only by the
  60. scrolling list. You can store hundreds of addresses in Fakebot without a
  61. problem.)
  62.  
  63. Miscellany
  64. ----------
  65.  
  66. Fakebot contains some string resources which you can modify as required:
  67.  
  68. STR  502 is the location of The Priority file which TabbyNet uses for its
  69. calling sequence. This is normally
  70.  
  71. :Tabby:Priority
  72.  
  73. STR  503 & 504 contain the names of files you might wish to delete on a
  74. regular basis. If you leave them empty (or enter a nonexistent path:filename)
  75. nothing is deleted. If you were using Fakebot to run a point with Tabby
  76. software, you might use these to annihilate the Generic Echoes and Seenby.bbs
  77. files which TabbyNet reflexively builds during every session. You could also
  78. have them delete files such as LaunchRRH (or LaunchSS) or other artifacts of
  79. external BBS programs.
  80.  
  81. STR# 5000 contains addresses in the folowing form:
  82.  
  83. Name•NodeAddr
  84.  
  85. The name is separated from the address by a bullet. Addresses are entered in the form xxx/yyy with no zone ID.
  86.  
  87. In use, just launch Fakebot. It will write a Priority file to the Tabby folder
  88. and will then turn matters over to Gliders…
  89.  
  90. If you use Fakebot as a BBS external application, just launch it and hang up.
  91. It has no BBS-specific requirements and will work with any BBS program which
  92. coexists with Tabby and supports external applications.
  93.  
  94. New with version 1.41:
  95.  
  96. Added Auto button to allow Fakebot to be used more easily as a stand-alone
  97. (non-Tabby) utility.
  98.  
  99. Interface substantially redesigned. Clickable Address List takes place of
  100. Notes field. Addresses are stored in a STR# resource. Transfer button added,
  101. along with buttons to edit address list.
  102.  
  103. New with version 1.31:
  104.  
  105. Fixed action of switches so they govern Fakebot operation when Fakebot is
  106. launched normally.
  107.  
  108. New with version 1.3:
  109.  
  110. Added the “Go” button for immediate crashing.
  111.  
  112. Added switches for each of the six node number fields.
  113.  
  114. Added “Alias” information to remind you which version of Fakebot you’re
  115. configuring (its name appears at the top right of the configure dialog).
  116.  
  117. New with version 1.2:
  118.  
  119. The Configure dialog now has a notes field in which you can enter up to six
  120. lines of text with reminders of node numbers. It doesn’t support cut & paste
  121. and doesn’t scroll, but is big enough for common forget-me-nots. These notes
  122. are stored in STR  506 if you want to use ResEdit to copy & paste. Notes
  123. should not exceed 255 characters -- that’s way more than you can see in this
  124. display anyway. You cannot enter tabs or carriage returns from the Configure
  125. dialog, but you can make a carriage return by entering Option-R (®) -- Fakebot
  126. will translate it when it saves the settings.
  127.  
  128. If Fakebot finds a file called “Fakebot Script” (no quotes) at the Fakebot
  129. root level, it reads the text in this script for its list of calls instead of
  130. the numbers you’ve configured, then destroys the text file. This feature will
  131. be meaningful with a future edition of AreaTrix or perhaps Archie.
  132.  
  133. Format for Fakebot Script, if you want to play with it, is one line as
  134. follows:
  135.  
  136. NodeNum <space> NodeNum <space> NodeNum <space> NodeNum <return>
  137.  
  138. It contains from one to to six space-separated NodeNum entries. Each NodeNum
  139. is of the form “102/863”. The line ends in a carriage return.
  140.  
  141.  
  142. Fakebot is free, though it is ©1990 by me.
  143.  
  144. If you like Fakebot, send mail to PETERJ on GEnie or via FidoNet to Pete
  145. Johnson at 102/863, or drop me a postcard. If I get good mail, I will
  146. continue to maintain Fakebot and to release free software. Otherwise I
  147. won’t.
  148.  
  149. -- Pete Johnson
  150.    Glassell Park BBS
  151.    Post Office Box 65074
  152.    Los Angeles, CA 90065
  153.  
  154.    December 27, 1990
  155.